From d3e3ecc2a916116a1eeacae79a5237425063a2ea Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Mon, 20 Feb 2006 18:03:56 +0000 Subject: [PATCH] Suppress VIDEO_SELECT config option. The Xen guest doesn't know how to change video modes at boot. From: Jan Beulich Signed-off-by: Christian Limpach --- linux-2.6-xen-sparse/drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/drivers/video/Kconfig b/linux-2.6-xen-sparse/drivers/video/Kconfig index e64ed16bd4..d2973107eb 100644 --- a/linux-2.6-xen-sparse/drivers/video/Kconfig +++ b/linux-2.6-xen-sparse/drivers/video/Kconfig @@ -495,7 +495,7 @@ config FB_HGA_ACCEL config VIDEO_SELECT bool - depends on (FB = y) && X86 + depends on (FB = y) && X86 && !XEN default y config FB_SGIVW -- 2.30.2